object MethGenFrm: TMethGenFrm Left = 361 Top = 36 Width = 510 Height = 542 Caption = 'Method Generator' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 OnCreate = FormCreate TextHeight = 16 object CenterBevel: TBevel Left = 0 Top = 57 Width = 498 Height = 405 Align = alClient Style = bsRaised end object TopBevel: TBevel Left = 0 Top = 0 Width = 498 Height = 57 Align = alTop Style = bsRaised end object ClassNameEdit: TEdit Left = 24 Top = 16 Width = 289 Height = 24 TabOrder = 0 end object ClassNameAcquireBtn: TButton Left = 328 Top = 8 Width = 153 Height = 33 Caption = 'Acquire Class &Name' TabOrder = 1 OnClick = ClassNameAcquireBtnClick end object BottomPanel: TPanel Left = 0 Top = 462 Width = 498 Height = 49 Align = alBottom TabOrder = 6 object ExitBtn: TButton Left = 360 Top = 8 Width = 113 Height = 33 Caption = 'E&xit' TabOrder = 0 OnClick = ExitBtnClick end object OnTopBtn: TButton Left = 224 Top = 8 Width = 113 Height = 33 TabOrder = 1 OnClick = OnTopBtnClick end end object MethodsMemo: TMemo Left = 16 Top = 72 Width = 473 Height = 129 ScrollBars = ssBoth TabOrder = 2 WordWrap = False end object MethodsAquireBtn: TButton Left = 16 Top = 216 Width = 161 Height = 33 Caption = 'Acquire &Methods' TabOrder = 3 OnClick = MethodsAquireBtnClick end object MethodsGenBtn: TButton Left = 20 Top = 416 Width = 157 Height = 33 Caption = '&Generate Skeletons' TabOrder = 4 OnClick = MethodsGenBtnClick end object PasteBtn: TButton Left = 360 Top = 416 Width = 121 Height = 33 Caption = '&Paste' TabOrder = 5 OnClick = PasteBtnClick end object SkeletonsMemo: TMemo Left = 16 Top = 264 Width = 473 Height = 137 ScrollBars = ssBoth TabOrder = 7 WordWrap = False end end